Started

Jun 13, 2023 12:10:15 AM

Ended

Jun 13, 2023 12:16:13 AM

Features Passed

1

Features Failed

4

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@cancel 0 1 0 0 0%
@failure 5 4 0 0 55.556%
@success 2 2 0 0 50%
@delete 1 1 0 0 50%

System/Environment

NameValue
version 10
AppName Automation
build 1.1
os windows
  • Add client functionality

    12:10:17 AM / 00:00:52:882 Pass

    Add client functionality
    06.13.2023 12:10:17 AM 06.13.2023 12:11:10 AM 00:00:52:882 · #test-id=1
    Given User logged in with email "admin@demo.com" and password "riseDemo"
    Given User navigates to Add client page
    When User fill the form add client with valid inputs
    company_nameowneraddresscitystatezipcountryphonewebsitevatclient_group
    hanhMark ThomasHung YenHung YenPhuong Chieu870000Vietnam0939206009https://rise.fairsketch.com/10VIP
    And User clicks on Save in button
    And User searches for the newly added and move to tab Client info
    Then Display client info and check values detail
  • Delete client functionality

    12:11:17 AM / 00:02:28:051 Fail

    Delete client functionality
    06.13.2023 12:11:17 AM 06.13.2023 12:13:45 AM 00:02:28:051 · #test-id=11
    PassConfirm deletion of a record
    Given User logged in with email "admin@demo.com" and password "riseDemo"
    Given User navigates to client page
    And User searches with value "hanh"
    When User click the icon Delete next to the record with name "hanh"
    And User click Delete button in the confirmation modal to delete record
    Then User receives a alert message "The record has been deleted." of successful record deletion
    FailConfirm deletion of a record
    Given User logged in with email "admin@demo.com" and password "riseDemo"
    Given User navigates to client page
    And User searches with value "hanhbui"
    When User click the icon Delete next to the record with name "hanhbui"
    And User click Delete button in the confirmation modal to delete record
    Step skipped
    Then User receives a alert message "The record has been deleted." of successful record deletion
    Step skipped
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
    FailConfirm cancel deletion of a record
    Given User logged in with email "admin@demo.com" and password "riseDemo"
    Given User navigates to client page
    And User searches with value "hanhbui"
    When User click the icon Delete next to the record with name "hanhbui"
    And User click Cancel button in the confirmation modal to delete record
    Step skipped
    Then The record with name "hanhbui" is not removed from the list
    Step skipped
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
  • Import clients functionality

    12:13:49 AM / 00:00:43:184 Fail

    Import clients functionality
    06.13.2023 12:13:49 AM 06.13.2023 12:14:32 AM 00:00:43:184 · #test-id=41
    FailUser uploaded the correct file format but wrong template
    Given User logged in with email "admin@demo.com" and password "riseDemo"
    Given User navigates to Import clients page
    When User upload files "C:\Users\Admin\Downloads\Login.xlsx" with wrong template
    And User clicks on Next button
    Then User receives an error message "There has an invalid header. The indicated field should be Company name." is displays
    Step skipped
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
    FailUser uploaded the correct file format but wrong template
    Given User logged in with email "admin@demo.com" and password "riseDemo"
    Given User navigates to Import clients page
    When User upload files "‪C:\Users\Admin\Downloads\Book1.xlsx" with wrong template
    And User clicks on Next button
    Then User receives an error message "There has an invalid header. The indicated field should be Company name." is displays
    Step skipped
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
  • Signin functionality

    12:14:36 AM / 00:01:10:433 Fail

    Signin functionality
    06.13.2023 12:14:36 AM 06.13.2023 12:15:46 AM 00:01:10:433 · #test-id=59
    PassSignin with valid credentials
    Given User navigate to url
    When User enters vaild email "admin@demo.com" into email field
    And User enters valid password "riseDemo" into password field
    And User clicks on Sign in button
    Then User is redirected to the Dashboard page
    FailSignin with valid credentials
    Given User navigate to url
    When User enters vaild email "client@đemo.com" into email field
    And User enters valid password "riseDemo" into password field
    And User clicks on Sign in button
    Then User is redirected to the Dashboard page
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
    Given User navigate to url
    When User dont enter any details into fields in the signin form
    And User clicks on Sign in button
    Then User should get error messages for every field in the signin form
    FailSignin with invalid email and valid password
    Given User navigate to url
    When User fill the form sign in from given sheetname "SignIn" and rowNumber 0
    And User clicks on Sign in button
    Then User receives a formatting error message right under the email field
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
    PassSignin with invalid email and valid password
    Given User navigate to url
    When User fill the form sign in from given sheetname "SignIn" and rowNumber 1
    And User clicks on Sign in button
    Then User receives a formatting error message right under the email field
    PassSignin with invalid email and valid password
    Given User navigate to url
    When User fill the form sign in from given sheetname "SignIn" and rowNumber 2
    And User clicks on Sign in button
    Then User receives a formatting error message right under the email field
    PassSignin with invalid credentials
    Given User navigate to url
    When User fill the form sign in from given sheetname "SignIn" and rowNumber 4
    And User clicks on Sign in button
    Then User should get an alert message about incorrect credentials
    PassSignin with invalid credentials
    Given User navigate to url
    When User fill the form sign in from given sheetname "SignIn" and rowNumber 5
    And User clicks on Sign in button
    Then User should get an alert message about incorrect credentials
  • Signup functionality

    12:15:50 AM / 00:00:18:967 Fail

    Signup functionality
    06.13.2023 12:15:50 AM 06.13.2023 12:16:09 AM 00:00:18:967 · #test-id=121
    Given User navigates to Sign up page
    And User selects Type Individual
    When User enter vaild into fields in the signin form
    firstnamelastnameemailpasswordretypepassword
    hanhbuihanh74873@gmail.com2711199227111992
    Then User account should get created successfully
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed
    Given User navigates to Sign up page
    When User dont enter any details into fields in the signin form
    And User clicks on Sign up button
    Step skipped
    Then User should get proper warning messages for every mandatory field
    Step skipped
    buihanh.hooks.MyHooks.afterScenario(io.cucumber.java.Scenario)
    Screenshot Failed